ostree: Add a "remote refs" command
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 7 Jun 2015 19:20:14 +0000 (15:20 -0400)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 26 Jun 2015 09:02:24 +0000 (11:02 +0200)
commit6284beb2b6ced7eb2ea1ddd5fc80c39ef52b0507
tree184d014042c5265d34c678b82ec12ed284033abb
parent0dbf91484b8ec6e02ba4e19fec8fe96070b1f2c4
ostree: Add a "remote refs" command

Works like "ostree refs" but fetches refs from a remote repo.

This depends on the remote repo having a summary file, but any repo
being served over HTTP *ought* to have one.
Makefile-ostree.am
doc/ostree-remote.xml
src/ostree/ot-builtin-remote.c
src/ostree/ot-remote-builtin-refs.c [new file with mode: 0644]
src/ostree/ot-remote-builtins.h
tests/test-pull-metalink.sh